db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
KeyedCollection.length
db_constraints
keyed
keyedcollection
KeyedCollection
Gets the length of the collection.
mixintemplate
KeyedCollection
(T)
final const @
property
@
safe
nothrow pure
size_t
length
(
)
if
(
usableForKeyedCollection
!(
T
)
)
Return Value
Type:
size_t
The number of items in the collection.
Meta
Source
See Implementation
db_constraints
keyed
keyedcollection
KeyedCollection
aliases
collectionof
key_type
constructors
this
functions
add
contains
length
markAsSaved
notify
opApply
opBinaryRight
opDispatch
opIndex
opOpAssign
remove
violatesExclusionConstraints
violatesUniqueConstraints
mixins
collectionChanged
properties
containsChanges
enforceConstraints
variables
_items
Gets the length of the collection.